IApi.GetConfiguredIoCount method

Gets the number of simulated I/O modules.

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
KsReturn<int> GetConfiguredIoCount()
Function RemoveModuleConfiguration() As KsReturn(Of Integer)

Return value

Type: KsReturn<int>

Returns a KsError code and an integer value.

Usable EtherCAT states

ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP

Examples

C#
N/A

See also

IApi Interface

IntervalZero.KINGSTAR.Base.Api Namespace